개정판 762cc9c8
issue #000: version
Change-Id: I182f2de9a5a44d262cb4b5f010b07d1a221a1a27
KCOM/App.xaml.cs | ||
---|---|---|
190 | 190 |
{ |
191 | 191 |
var result = ParamDecoding(e.Args[0].Replace(@"kcom://", "").Replace(@"/", "")); |
192 | 192 |
#if DEBUG |
193 |
/* |
|
194 |
ViewerDataModel.Instance.IsDocumentHistory = true; |
|
195 |
result.DocumentItemID = "3712215963"; |
|
196 |
result.ProjectNO = "00000"; |
|
197 |
result.UserID = "P190111_qa03"; |
|
198 |
result.CreateFinalPDFPermission = false; |
|
199 |
result.NewCommentPermission = true; |
|
200 |
|
|
201 |
//doftech |
|
202 |
* humkyung |
|
203 |
P190111_qa03 |
|
204 |
P190111_qa04 |
|
205 |
P190111_sa03 |
|
206 |
P190111_sa04 |
|
207 |
P190111_sa05 |
|
208 |
user1 |
|
209 |
*/ |
|
193 |
/*
|
|
194 |
ViewerDataModel.Instance.IsDocumentHistory = true;
|
|
195 |
result.DocumentItemID = "3712215963";
|
|
196 |
result.ProjectNO = "00000";
|
|
197 |
result.UserID = "P190111_qa03";
|
|
198 |
result.CreateFinalPDFPermission = false;
|
|
199 |
result.NewCommentPermission = true;
|
|
200 |
|
|
201 |
//doftech
|
|
202 |
* humkyung
|
|
203 |
P190111_qa03
|
|
204 |
P190111_qa04
|
|
205 |
P190111_sa03
|
|
206 |
P190111_sa04
|
|
207 |
P190111_sa05
|
|
208 |
user1
|
|
209 |
*/
|
|
210 | 210 |
#endif |
211 | 211 |
|
212 | 212 |
App.ViewInfo = new IKCOM.ViewInfo |
KCOM/Properties/AssemblyInfo.cs | ||
---|---|---|
51 | 51 |
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 |
52 | 52 |
// 지정되도록 할 수 있습니다. |
53 | 53 |
// [assembly: AssemblyVersion("1.0.*")] |
54 |
[assembly: AssemblyVersion("5.5.14.0")]
|
|
55 |
[assembly: AssemblyFileVersion("5.5.14.0")]
|
|
54 |
[assembly: AssemblyVersion("5.5.16.0")]
|
|
55 |
[assembly: AssemblyFileVersion("5.5.16.0")]
|
|
56 | 56 |
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "Log.config", Watch = true)] |
내보내기 Unified diff