File tree Expand file tree Collapse file tree 7 files changed +31
-16
lines changed
Expand file tree Collapse file tree 7 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 22using System . Reflection ;
33
44[ assembly: AssemblyVersionAttribute ( "1.0.0" ) ]
5- [ assembly: AssemblyFileVersionAttribute ( "1.0.0 " ) ]
6- [ assembly: AssemblyInformationalVersionAttribute ( "1.0.0 " ) ]
5+ [ assembly: AssemblyFileVersionAttribute ( "1.0.1 " ) ]
6+ [ assembly: AssemblyInformationalVersionAttribute ( "1.0.1 " ) ]
77namespace System {
88 internal static class AssemblyVersionInformation {
9- internal const string Version = "1.0.0" ;
10- internal const string InformationalVersion = "1.0.0" ;
9+ internal const System . String AssemblyVersion = "1.0.0" ;
10+ internal const System . String AssemblyFileVersion = "1.0.1" ;
11+ internal const System . String AssemblyInformationalVersion = "1.0.1" ;
1112 }
1213}
Original file line number Diff line number Diff line change 1+ ## 1.0.1 (Released 2017/03/08)
2+
3+ * Update NetLegacySupport.* to 1.1.1
4+
15## 1.0.0 (Released 2016/03/22)
26
37* Initial Release
Original file line number Diff line number Diff line change 11{
22 "id" : " TemplateTable" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "authors" : [ " Esun Kim" ],
55 "owners" : [ " Esun Kim" ],
66 "description" : " TemplateTable" ,
1010 "source" : " github:SaladLab/NetLegacySupport"
1111 },
1212 "JsonNet" : {
13- "version" : " 8 .*" ,
13+ "version" : " 9 .*" ,
1414 "source" : " github:SaladLab/Json.Net.Unity3D"
1515 },
1616 "protobuf-net" : {
17- "version" : " 2.0.0.668 " ,
18- "source" : " nuget:net20 "
17+ "version" : " 2.1.0-alpha-1 " ,
18+ "source" : " nuget:net30 "
1919 }
2020 },
2121 "files" : [
Original file line number Diff line number Diff line change 22using System . Reflection ;
33
44[ assembly: AssemblyVersionAttribute ( "1.0.0" ) ]
5- [ assembly: AssemblyFileVersionAttribute ( "1.0.0 " ) ]
6- [ assembly: AssemblyInformationalVersionAttribute ( "1.0.0 " ) ]
5+ [ assembly: AssemblyFileVersionAttribute ( "1.0.1 " ) ]
6+ [ assembly: AssemblyInformationalVersionAttribute ( "1.0.1 " ) ]
77namespace System {
88 internal static class AssemblyVersionInformation {
9- internal const string Version = "1.0.0" ;
10- internal const string InformationalVersion = "1.0.0" ;
9+ internal const System . String AssemblyVersion = "1.0.0" ;
10+ internal const System . String AssemblyFileVersion = "1.0.1" ;
11+ internal const System . String AssemblyInformationalVersion = "1.0.1" ;
1112 }
1213}
Original file line number Diff line number Diff line change 1+ ## 1.0.1 (Released 2017/03/08)
2+
3+ * Update Newtonsoft.Json to 9.0.1
4+
15## 1.0.0 (Released 2016/03/22)
26
37* Initial Release
Original file line number Diff line number Diff line change 22using System . Reflection ;
33
44[ assembly: AssemblyVersionAttribute ( "1.0.0" ) ]
5- [ assembly: AssemblyFileVersionAttribute ( "1.0.0 " ) ]
6- [ assembly: AssemblyInformationalVersionAttribute ( "1.0.0 " ) ]
5+ [ assembly: AssemblyFileVersionAttribute ( "1.0.1 " ) ]
6+ [ assembly: AssemblyInformationalVersionAttribute ( "1.0.1-beta " ) ]
77namespace System {
88 internal static class AssemblyVersionInformation {
9- internal const string Version = "1.0.0" ;
10- internal const string InformationalVersion = "1.0.0" ;
9+ internal const System . String AssemblyVersion = "1.0.0" ;
10+ internal const System . String AssemblyFileVersion = "1.0.1" ;
11+ internal const System . String AssemblyInformationalVersion = "1.0.1-beta" ;
1112 }
1213}
Original file line number Diff line number Diff line change 1+ ## 1.0.1 (Released 2017/03/08)
2+
3+ * Update protobuf-net to 2.1.0-alpha-1
4+
15## 1.0.0 (Released 2016/03/22)
26
37* Initial Release
You can’t perform that action at this time.
0 commit comments