Skip to content

Commit

Permalink
Commit version updates from publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabadash8820 committed Jul 16, 2024
1 parent 8383833 commit d9edf22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![NuGet package](https://img.shields.io/nuget/v/Unity3D.svg)](https://nuget.org/packages/Unity3D)
[![NuGet downloads](https://img.shields.io/packagecontrol/dd/Unity3D.svg)](https://nuget.org/packages/Unity3D)
[![Changelog (currently v3.0.0)](https://img.shields.io/badge/changelog-v3.0.0-blue.svg)](./CHANGELOG.md)
[![Changelog (currently v3.0.0-rc1)](https://img.shields.io/badge/changelog-v3.0.0-rc1-blue.svg)](./CHANGELOG.md)
[![License](https://img.shields.io/github/license/Rabadash8820/UnityAssemblies.svg)](./LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](./CODE_OF_CONDUCT.md)
[![Issues closed](https://img.shields.io/github/issues-closed/Rabadash8820/UnityAssemblies)](https://github.com/Rabadash8820/UnityAssemblies/issues)
Expand Down
2 changes: 1 addition & 1 deletion docs/v3/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ then add lines like the following to your .csproj file (or any imported MSBuild
<PropertyGroup>
<UnityProjectPath>$(MSBuildProjectDirectory)\relative\path\to\UnityProject</UnityProjectPath>
<!-- Or -->
<UnityVersion>2023.2.1f1</UnityVersion>
<UnityVersion>2023.2.20f1</UnityVersion>
</PropertyGroup>
</Project>
```
Expand Down
4 changes: 2 additions & 2 deletions nupkg/Unity3D.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Unity3D</id>
<version>2.1.3</version>
<version>3.0.0-rc1</version>
<title>Unity</title>
<authors>Unity Technologies</authors>
<icon>icon.png</icon>
Expand All @@ -11,7 +11,7 @@
<projectUrl>https://github.com/Rabadash8820/UnityAssemblies</projectUrl>
<description>Simple, forward-compatible references to ANY Unity assembly on ANY platform.</description>
<releaseNotes>See current and archived release notes at https://github.com/Rabadash8820/UnityAssemblies/blob/main/CHANGELOG.md</releaseNotes>
<copyright>Copyright ©2019-2023 Daniel Vicarel</copyright>
<copyright>Copyright ©2019-2024 Daniel Vicarel</copyright>
<tags>Unity Unity3D UnityEngine UnityEditor</tags>
<repository type="git" url="https://github.com/Rabadash8820/UnityAssemblies.git" />
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions nupkg/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ To use this package, add lines like the following to your .csproj file (or any i

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<UnityVersion>2023.2.1f1</UnityVersion>
<UnityVersion>2023.2.20f1</UnityVersion>
<!-- or -->
<UnityProjectPath>$(MSBuildProjectDirectory)\relative\path\to\UnityProject</UnityProjectPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Unity3D" Version="2.1.3" />
<PackageReference Include="Unity3D" Version="3.0.0-rc1" />
</ItemGroup>
</Project>

Expand Down

0 comments on commit d9edf22

Please sign in to comment.