Skip to content

Commit

Permalink
attempt to init native sqlite library update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-g committed Sep 5, 2020
1 parent 9185803 commit aec7418
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DataAccessLibrary/DataAccessLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.5.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion StudySmarterFlashcards/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="35103EnterprisingApps.StudySmarterAutomaticFlashca" Publisher="CN=7E63D5C6-5000-4548-BE46-87144E85CA3E" Version="1.1.0.0" />
<Identity Name="35103EnterprisingApps.StudySmarterAutomaticFlashca" Publisher="CN=7E63D5C6-5000-4548-BE46-87144E85CA3E" Version="1.1.1.0" />
<mp:PhoneIdentity PhoneProductId="26ebbf93-1c3c-4b23-9e70-a567a69a961b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Study Smarter: Automatic Flashcards from Office Files</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion StudySmarterFlashcards/StudySmarterFlashcards.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<Version>4.7.4</Version>
</PackageReference>
<PackageReference Include="SQLitePCLRaw.bundle_winsqlite3">
<Version>2.0.3</Version>
<Version>2.0.4</Version>
</PackageReference>
<PackageReference Include="Syncfusion.DocIO.UWP">
<Version>18.2.0.55</Version>
Expand Down
2 changes: 1 addition & 1 deletion StudySmarterFlashcardsTests/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<Identity Name="17ea7b80-12c1-4e73-b982-b1125b88994c"
Publisher="CN=brent"
Version="1.0.0.0" />
Version="1.1.1.0" />

<mp:PhoneIdentity PhoneProductId="17ea7b80-12c1-4e73-b982-b1125b88994c" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit aec7418

Please sign in to comment.