Skip to content

Commit 660dd2f

Browse files
committed
Update package manifest
1 parent 36f631a commit 660dd2f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Primitives2D.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<releaseNotes>First release of a NuGet package.</releaseNotes>
1515
<copyright>Copyright 2012-2020</copyright>
1616
<tags>MonoGame XNA Drawing 2D SpriteBatch Primitives</tags>
17-
<repository type="git" url="https://github.com/DoogeJ/MonoGame.Primitives2D.git" branch="master" />
17+
<repository type="git" url="https://github.com/DoogeJ/MonoGame.Primitives2D.git" branch="master" commit="36f631abb32f476c3947a6ee4ff111e9f3e5206d" />
1818
<frameworkAssemblies>
1919
<frameworkAssembly assemblyName="System" />
2020
<frameworkAssembly assemblyName="System.Collections.Generic" />

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
The 2D XNA Primitives project ported to the modern world.
33

44
## Changelog
5-
### 2020-02-19
5+
### 2020-02-19 (1.1.0)
66
General clean-up and preparations to create a NuGet package:
77
* Clean up license and readme
88
* Remove sample project
99
* Update MonoGame to version 3.7.1.189
1010
* Update the project files to Visual Studio 2019
1111
* Add MonoGame icon
1212
* Update Assembly information in preparation for NuGet package creation
13+
* Create NuGet package manifest
1314

14-
### 2017-11-27
15+
### 2017-11-27 (1.0.0)
1516
Differences with the original [repository](https://bitbucket.org/C3/2d-xna-primitives/wiki/Home) (last updated 2012):
1617
* Updated the project files to Visual Studio 2017
1718
* Updated to .NET Framework 4.5

0 commit comments

Comments
 (0)