Trying to fix versioning
This commit is contained in:
@@ -47,8 +47,6 @@ dotnet_csproj:
|
||||
file: '**\*.csproj;**\*.props'
|
||||
version: '{version}'
|
||||
package_version: '{version}'
|
||||
assembly_version: '{version}'
|
||||
file_version: '{version}'
|
||||
|
||||
before_build:
|
||||
- dotnet --info
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>0.10.0</Version>
|
||||
<AssemblyVersion>0.10.0</AssemblyVersion>
|
||||
<FileVersion>0.10.0</FileVersion>
|
||||
<Version>0.10.0.0</Version>
|
||||
<PackageVersion>0.10.0.0</PackageVersion>
|
||||
<RepositoryUrl>https://github.com/cinderblocks/libremetaverse</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user