Skip to content

Commit

Permalink
version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konradsikorski committed Feb 15, 2018
1 parent 6bb1839 commit b11021d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
Expand Up @@ -47,7 +47,7 @@
<value />
</setting>
<setting name="PageSize" serializeAs="String">
<value>1000</value>
<value>2000</value>
</setting>
<setting name="InstallationCompleted" serializeAs="String">
<value>False</value>
Expand Down
Expand Up @@ -32,8 +32,9 @@
<ErrorReportUrl>https://github.com/konradsikorski/smartCAML</ErrorReportUrl>
<ProductName>SmartCAML</ProductName>
<PublisherName>Konrad Sikorski</PublisherName>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.0.0.0</ApplicationVersion>
<ApplicationVersion>2.2.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
Expand Up @@ -49,5 +49,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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -45,7 +45,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="PageSize" Type="System.String" Scope="User">
<Value Profile="(Default)">1000</Value>
<Value Profile="(Default)">2000</Value>
</Setting>
<Setting Name="InstallationCompleted" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
Expand Down
@@ -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" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
<Identity Name="37205KonradSikorski.SmartCAML" Publisher="CN=DD283CF1-5EAD-473B-A05B-6D29E41AD9E2" Version="2.0.0.0" />
<Identity Name="37205KonradSikorski.SmartCAML" Publisher="CN=DD283CF1-5EAD-473B-A05B-6D29E41AD9E2" Version="2.2.0.0" />
<Properties>
<DisplayName>SmartCAML</DisplayName>
<PublisherDisplayName>Konrad Sikorski</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion KoS.Apps.SharePoint.SmartCAML/changelog.md
@@ -1,6 +1,6 @@
## Changelog

### v. 2.1
### v. 2.2
##### Update
+ load lookup values in paging
##### Fix
Expand Down

0 comments on commit b11021d

Please sign in to comment.