Skip to content
Merged

uprev #200

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
4 changes: 2 additions & 2 deletions Shimmer32FeetAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.3.9.0")]
[assembly: AssemblyFileVersion("1.3.9.0")]
[assembly: AssemblyVersion("1.3.11.0")]
[assembly: AssemblyFileVersion("1.3.11.0")]
2 changes: 1 addition & 1 deletion Shimmer32FeetAPI/Shimmer32FeetAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>Shimmer32FeetAPI</PackageId>
<Version>1.3.10</Version>
<Version>1.3.11</Version>
<Authors>Shimmer Sensing</Authors>
<Description>Bluetooth/BLE helpers for Shimmer using 32feet.NET and InTheHand.BluetoothLE.</Description>
<RepositoryUrl>https://github.com/ShimmerEngineering/Shimmer-C-API</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<Description>Library to communicate with Shimmer devices</Description>
<Version>1.3.10</Version>
<Version>1.3.11</Version>
<PackageLicenseFile>license.md</PackageLicenseFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
Loading