Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrit committed Apr 7, 2024
1 parent e4d2f2e commit 05c4534
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SeeSharp.Templates/SeeSharp.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>SeeSharp.Templates</PackageId>
<PackageVersion>1.0</PackageVersion>
<Version>1.0.0</Version>
<Title>SeeSharp Experiment Template</Title>
<Authors>Pascal Grittmann</Authors>
<Description>Basic setup for a raytracing experiment with SeeSharp</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\SeeSharp\SeeSharp.csproj" />
<!-- <ProjectReference Include="..\..\..\SeeSharp\SeeSharp.csproj" /> -->
<PackageReference Include="SeeSharp" Version="2.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion SeeSharp/SeeSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Title>SeeSharp</Title>
<Description>A flexibility-first framework for rapid prototyping of rendering algorithms.</Description>
<PackageId>SeeSharp</PackageId>
<Version>1.9.0</Version>
<Version>2.0.0</Version>
<Copyright>(c) Pascal Grittmann</Copyright>
<RepositoryUrl>https://github.com/pgrit/SeeSharp</RepositoryUrl>

Expand Down

0 comments on commit 05c4534

Please sign in to comment.