Skip to content

Commit

Permalink
Tag 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thealexbarney committed Oct 13, 2016
1 parent 84ce7b1 commit fd77082
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/DspAdpcm.Cli/DspAdpcm.Cli.project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.1-*",
"buildOptions": {
"emitEntryPoint": true
},
Expand Down
4 changes: 2 additions & 2 deletions src/DspAdpcm.Cli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
2 changes: 1 addition & 1 deletion src/DspAdpcm.Cli/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.1-*",
"buildOptions": {
"emitEntryPoint": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/DspAdpcm.Uwp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="35626TheAlexBarney.DSP-ADPCMEncoder" Publisher="CN=2E186599-2EB7-4677-93A5-C222C2F74D01" Version="1.1.0.0" />
<Identity Name="35626TheAlexBarney.DSP-ADPCMEncoder" Publisher="CN=2E186599-2EB7-4677-93A5-C222C2F74D01" Version="1.1.1.0" />
<mp:PhoneIdentity PhoneProductId="c5999c82-1250-4c1e-8305-b4f153a8c29d" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>DSP-ADPCM Encoder</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions src/DspAdpcm.Uwp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion src/DspAdpcm/DspAdpcm.project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "DspAdpcm",
"description": "A library for encoding, decoding, and manipulating audio files using Nintendo's DSP-ADPCM format.",
"version": "1.1.0-*",
"version": "1.1.1-*",
"authors": [ "Alex Barney" ],
"copyright": "Copyright © 2016 Alex Barney",
"packOptions": {
Expand Down
4 changes: 2 additions & 2 deletions src/DspAdpcm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[assembly: AssemblyTitle("DspAdpcm")]
[assembly: AssemblyDescription("A library for encoding, decoding, and manipulating audio files using Nintendo's DSP-ADPCM format.")]
[assembly: AssemblyCopyright("Copyright © 2016 Alex Barney")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyProduct("DspAdpcm")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: InternalsVisibleTo("DspAdpcm.Tests")]
2 changes: 1 addition & 1 deletion src/DspAdpcm/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "DspAdpcm",
"description": "A library for encoding, decoding, and manipulating audio files using Nintendo's DSP-ADPCM format.",
"version": "1.1.0-*",
"version": "1.1.1-*",
"authors": [ "Alex Barney" ],
"copyright": "Copyright © 2016 Alex Barney",
"packOptions": {
Expand Down

0 comments on commit fd77082

Please sign in to comment.