Skip to content

Commit 50012a6

Browse files
authored
Merge pull request #11 from mxtsdev/master
1.9.2 Release
2 parents 3a76cc0 + f7efab9 commit 50012a6

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.snupkg

ArkSavegameToolkitNet.Domain/ArkSavegameToolkitNet.Domain.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
<title>ARK Savegame Toolkit .NET</title>
77
<authors>tsebring</authors>
88
<owners>tsebring</owners>
9-
<licenseUrl>https://github.com/tsebring/ArkSavegameToolkitNet/blob/master/LICENSE.txt</licenseUrl>
9+
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/tsebring/ArkSavegameToolkitNet</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Library for reading ARK Survival Evolved savegame files including easy to use .NET domain model.</description>
1313
<releaseNotes>NuGet package release</releaseNotes>
1414
<copyright>Copyright 2017</copyright>
1515
<tags>arksurvivalevolved ark survival evolved game-ark game extract-data save savegame toolkit net domain model wrapper linq querying</tags>
16+
<dependencies>
17+
<group targetFramework=".NETFramework4.6.1" />
18+
</dependencies>
1619
</metadata>
1720
</package>

ArkSavegameToolkitNet.Domain/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.9.1.0")]
36-
[assembly: AssemblyFileVersion("1.9.1.0")]
35+
[assembly: AssemblyVersion("1.9.2.0")]
36+
[assembly: AssemblyFileVersion("1.9.2.0")]
3737

3838
//todo: temp for dev purposes
3939
[assembly: InternalsVisibleTo("ArkSavegameToolkitNet.TestConsoleApp")]

ArkSavegameToolkitNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.9.1.0")]
36-
[assembly: AssemblyFileVersion("1.9.1.0")]
35+
[assembly: AssemblyVersion("1.9.2.0")]
36+
[assembly: AssemblyFileVersion("1.9.2.0")]
3737

3838
[assembly: InternalsVisibleTo("ArkSavegameToolkitNet.Domain")]

0 commit comments

Comments
 (0)