Skip to content

Commit

Permalink
version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konradsikorski committed Feb 11, 2018
1 parent 7fdd514 commit 156fc28
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
Expand Up @@ -33,7 +33,7 @@
<ProductName>SmartCAML</ProductName>
<PublisherName>Konrad Sikorski</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.9.0.0</ApplicationVersion>
<ApplicationVersion>2.0.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -400,7 +400,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<SubType>Designer</SubType>
</None>
<None Include="Editor_ClickOnce.pfx" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
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("1.1.0.*")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
@@ -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="1.9.0.0" />
<Identity Name="37205KonradSikorski.SmartCAML" Publisher="CN=DD283CF1-5EAD-473B-A05B-6D29E41AD9E2" Version="2.0.0.0" />
<Properties>
<DisplayName>SmartCAML</DisplayName>
<PublisherDisplayName>Konrad Sikorski</PublisherDisplayName>
Expand Down
11 changes: 9 additions & 2 deletions KoS.Apps.SharePoint.SmartCAML/changelog.md
@@ -1,8 +1,15 @@
## Changelog

### v. 1.10
### v. 2.0
##### New
+ Query designer can be build from xml view
+ Page size for caml query
+ UserID as a value for User fields

##### Update
+ about window as popup
+ columns settings window as a popup

##### Fix
+ placeholder for 'site url' dropdown is now working when it is empty on start

Expand All @@ -12,7 +19,7 @@
+ Now SmartCAML is also available in Windows Store!
##### Update
+ Connect window is now as popup not a dialog
+ Redesign connect window
+ Redesigned connect window
+ .NET 4.6.1 is now required

### v. 1.8.6
Expand Down

0 comments on commit 156fc28

Please sign in to comment.