Skip to content

Commit

Permalink
Bump version and add source link
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5678 committed Jul 1, 2023
1 parent 2085dbc commit 958b831
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AssetRipper.TextureDecoder/AssetRipper.TextureDecoder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>AssetRipper.TextureDecoder</RootNamespace>
<Authors>ds5678</Authors>
<Company>AssetRipper</Company>
<Version>1.2.0.0</Version>
<Version>1.3.0.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<PackageId>AssetRipper.TextureDecoder</PackageId>
<PackageTags>C# Texture</PackageTags>
Expand All @@ -29,6 +29,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PolySharp" Version="1.13.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 958b831

Please sign in to comment.