Skip to content

Commit d81dce4

Browse files
author
Tyler Watson
committed
[Meta] NuSpec and 1.1.6089.15820 version
1 parent 7ecbbf7 commit d81dce4

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<authors>$author$</authors>
7+
<owners>$author$</owners>
8+
<licenseUrl>https://github.com/tylerjwatson/Multiplicity/blob/master/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/tylerjwatson/Multiplicity</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>$description$</description>
12+
<releaseNotes>
13+
- 1.0.6079.37002: Initial release of Multiplicity
14+
- 1.1.6089.15820:
15+
* Added [ModifyTile], [SyncEmoteBubble], [ReleaseNPC], [UpdateTile], [Null], [Deprecated], [Placeholder] packets (@ProfessorXZ)
16+
* Added Version string constructor to [ConnectRequest] packet (@Celant)
17+
* Fixed `ID` field in [PlaceChest] shadowing [TerrariaPacket.ID] field (@tylerjwatson)
18+
* Added [PlaceChest], [ProjectileUpdate], [SetChestName] packets (@deathcradle)
19+
</releaseNotes>
20+
<copyright>Copyright (C) Tyler Watson, 2016</copyright>
21+
<tags>Terraria Multiplicity Orion Packets</tags>
22+
<dependencies>
23+
</dependencies>
24+
</metadata>
25+
</package>

Multiplicity.Packets/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1919
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2020

21-
[assembly: AssemblyVersion("1.0.*")]
21+
[assembly: AssemblyVersion("1.1.*")]
2222
[assembly: ComVisible(true)]
2323

2424
// The following attributes are used to specify the signing key for the assembly,

0 commit comments

Comments
 (0)