Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IsRoslynComponent>true</IsRoslynComponent>
<!-- Kept in lockstep with the UPM package.json version.
The release workflow rewrites both files together. -->
<Version>1.0.0-rc.1</Version>
<Version>1.0.0-rc.2</Version>
<!-- RS2008 demands AnalyzerReleases.{Shipped,Unshipped}.md tracking files.
That's only meaningful for analyzer packages shipped via NuGet; this
dll is dropped directly into Unity, so the tracking is dead weight. -->
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "games.engine-room.generators",
"displayName": "Engine Room Generators",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"unity": "2022.3",
"description": "A Unity package of Roslyn source generators that take care of the boilerplate around common gameplay patterns.",
"license": "MIT",
Expand Down
Loading