At the moment, I don't have a public repository setup for the project (Just a private BitBucket one), I know this is something I need to organise, and hopefully will get around to it in the near future (I'm currently between contracts, so do have some free time to devote to this task) - setting up a public git isn't something I've done before, so I will need to read up on what is required.
@Jonathan... is the BitBucket repo a Mercurial one? If it's only got the AngularGoogleMaps source in it, then just make it public... Go on, you know you want to. :-D
@Jeavon - it doesn't matter if it's Mercurial or Git? AppVeyor handles all flavours, right? (assuming that you're thinking AppVeyor for this)
@Jeavon, sure did. I have pulled it down and spent a bit of Easter adding one new feature, did also make a AppVeyor account linked to my bitbucket repository. Hopefully will release a new version of AGM based on your changes soon.
Great to hear, just wanted to check that you understood about how to make a RTM release as I noticed you've published a alpha version (may that's intentional)?
GitHub or BitBucket
Hi,
Do you have a GitHub or BitBucket repo for the source code of this package?
I would like to send you a PR for automating your Umbraco package creation and add NuGet package creation.
Thanks,
Jeavon
At the moment, I don't have a public repository setup for the project (Just a private BitBucket one), I know this is something I need to organise, and hopefully will get around to it in the near future (I'm currently between contracts, so do have some free time to devote to this task) - setting up a public git isn't something I've done before, so I will need to read up on what is required.
I will message you, when this is completed.
@Jonathan... is the BitBucket repo a Mercurial one? If it's only got the AngularGoogleMaps source in it, then just make it public...
Go on, you know you want to. :-D
@Jeavon - it doesn't matter if it's Mercurial or Git? AppVeyor handles all flavours, right? (assuming that you're thinking AppVeyor for this)
It doesn't matter if it's Git or Mercurial. I'm sure between myself and Lee we can answer any questions you might have :)
Have made it public
https://bitbucket.org/Joniff/angulargooglemaps
It does contain a complete Umbraco instance which I use for testing AGM (version: 7.2.2, domain: dev.agm.com).
Awesome!
Cool! Beers at next umBristol! :-)
@Jonathan how have you been creating your release packages so far?
@Jeavon when you build in visual studio, it copies the relevant output files to the /Package/AngularGoogleMaps/ folder, this folder I zip up by hand
@Jonathan ok, thanks!
@Jonathan did you see my Pull Request for this?
@Jeavon, sure did. I have pulled it down and spent a bit of Easter adding one new feature, did also make a AppVeyor account linked to my bitbucket repository. Hopefully will release a new version of AGM based on your changes soon.
Cheers
Fantastic!
FYI
Have implements these changes as new release version 1.0.6
Now includes NuGet package
Brilliant, did you get AppVeyor building it also?
Sure did, took 8 attempts and a lot of testing, but now I live in a CI environment where its one click deployments so to speak. Thanks again #hyr5
Great to hear, just wanted to check that you understood about how to make a RTM release as I noticed you've published a alpha version (may that's intentional)?
is working on a reply...