Skip to content

Commit 7f92f74

Browse files
Bump to 0.2.0-alpha in template
1 parent 08152ce commit 7f92f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Note that the method `NESLib.pal_col()` has no actual C# implementation. In
134134
fact! there is *only* a reference assembly even shipped in .NES:
135135

136136
```powershell
137-
> 7z l dotnes.0.1.1-alpha.nupkg
137+
> 7z l dotnes.0.2.0-alpha.nupkg
138138
Date Time Attr Size Compressed Name
139139
------------------- ----- ------------ ------------ ------------------------
140140
2023-09-14 14:37:38 ..... 8192 3169 ref\net8.0\neslib.dll

src/dotnes.templates/templates/nes/hello.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="dotnes" Version="0.1.1-alpha" />
11+
<PackageReference Include="dotnes" Version="0.2.0-alpha" />
1212
<PackageReference Include="dotnes.anese" Version="0.9.1" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)