Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
From 2.1.1.0 to 2.1.2.0
  • Loading branch information
Skyluker4 committed Jun 26, 2021
1 parent 3bad69d commit 4d02fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UnityAssetReplacer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: NeutralResourcesLanguage("en-US")]
2 changes: 1 addition & 1 deletion UnityAssetReplacer/UnityAssetReplacer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageId>UnityAssetReplacer</PackageId>
<Authors>Luke Simmons</Authors>
<PackageTags>C#, Unity, Asset Bundle, Asset Bundles, Asset Bundling, Reverse Engineering, Extract, Extractor, Extraction, Extract Data, .NET, .NET Core, .NET 5</PackageTags>
<PackageReleaseNotes>- Creates an output directory for dumping if it does not exist yet</PackageReleaseNotes>
<PackageReleaseNotes>- Properly closes streams to write files correctly</PackageReleaseNotes>
<RootNamespace>UnityAssetReplacer</RootNamespace>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>../LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit 4d02fbb

Please sign in to comment.