Skip to content

Commit 8b32f76

Browse files
committed
Bump version 1.0.1
1 parent 6606eeb commit 8b32f76

File tree

7 files changed

+31
-16
lines changed

7 files changed

+31
-16
lines changed

core/TemplateTable/Properties/AssemblyInfoGenerated.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
using 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")]
77
namespace 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
}

core/TemplateTable/TemplateTable.Release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

core/UnityPackage/TemplateTable.unitypackage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -10,12 +10,12 @@
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": [

plugins/TemplateTable.Json/Properties/AssemblyInfoGenerated.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
using 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")]
77
namespace 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
}

plugins/TemplateTable.Json/TemplateTable.Json.Release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

plugins/TemplateTable.Protobuf/Properties/AssemblyInfoGenerated.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
using 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")]
77
namespace 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
}

plugins/TemplateTable.Protobuf/TemplateTable.Protobuf.Release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

0 commit comments

Comments
 (0)